home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / rebound.swf / scripts / DefineButton2_217 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-06-13  |  237 b   |  12 lines

  1. on(release){
  2.    stopAllSounds();
  3.    _root.helpandabout = 2;
  4.    _root.barbar.gotoAndPlay(2);
  5.    if(_root.tmpspeed == 0)
  6.    {
  7.       _root.tmpspeed = _root.speed;
  8.    }
  9.    _root.pausebar._visible = true;
  10.    _root.pauses = true;
  11. }
  12.